html,
body {
  height: 100%;
  background-image: url('SCM_Main_Page.jpg');
  background-repeat: no-repeat;

  background-position: -10px -70px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 120%;
  -webkit-background-size: 100% 120%;
  -o-background-size: 100% 120%;
  -moz-background-size: 100% 120%;
  -ms-background-size: 100% 120%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top:415px;
}

	#backbutton{
		position: absolute;
	}
	#content {
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 700px;
		color: white;
		font-size: 45px;
		z-index: 1;
	}
	  #box::-webkit-scrollbar {
   width: 0px;
  } 

  .btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 80px;
    height: 80px;
    padding: 7px 10px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    box-shadow: 1px 1px 1px;
    font-size: 14px;
    color: #f9f6f6;
    text-align: center;
    margin-top:30px;
}
.btn-circle.btn-xl {
  background-color: #CDDCDC;
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;
  
    width: 140px;
    height: 140px;
    padding: 20px 32px;
    border-radius: 70px;
    font-size: 18px;
    box-shadow: 0px 0px 80px 10px rgb(255, 252, 252);
    text-align: center;
    
}