@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 200;
}

body {
  font-family: 'Anton', sans-serif;
  
  background-color: #000;
  overflow-y:hidden;
  overflow-x: hidden;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-repeat:no-repeat;

}



.login_logo{
  color:#fff;

}


body ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: darkblue;
  font-weight: 200;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: darkblue;
  opacity: 1;
  font-weight: 200;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: darkblue;
  opacity: 1;
  font-weight: 200;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  
  color: darkblue;
  font-weight: 200;
}



.span1{
    font-size: 2.5rem;
    color:rgba(255, 255, 255, 0.4);
    margin-bottom:100px;
    
}

.op_area{
	padding:20px 0px 25px 0px;
    float: left !important;

}

.op_area .op_list li{
	list-style:none;
}


.wrapper {
  background: url(/Myoffice/Account/images/bg2.jpg) no-repeat center center fixed; 
  background-color:#000;
  position: absolute;
  left: 0;
  top : 0;
  width: 100%;
  height: 100%;
  
  

    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}




.page-login .container {
  position:absolute;
  padding:2em; 
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  z-index:100;
  box-sizing:border-box;
  width:320px;
  left:50%;
  margin-left:-160px;
  /*margin-top:170px;*/
  top:25%;
}



@media screen and (max-width: 425px) {

    .page-login .container {
        position: absolute;
        padding: 2em;
        background-color: rgba(255, 255, 255, 0.35);
        border-radius: 20px;
        z-index: 100;
        box-sizing: border-box;
        width: 320px;
        left: 50%;
        margin-left: -160px;
        margin-top: 40px;
        top: 25%;
    }
}



.container {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  position:absolute;
  top:40%;
/* margin-top:-150px;*/
  left:50%;
  margin-left:-300px;
  color: #111;
  
}

    .container h1 {
        font-size: 2.5em;
        transition-duration: 1s;
        transition-timing-function: ease-in-put;
        font-weight: 200;
        color: forestgreen;
    }


.main {
  
    position:relative;
    left:86%;
    transform:translate(-50%,-50%);
    top:70px;
    
}


@media screen and (max-width: 425px){
	.wrapper .container h1{
		font-size:24px;
        color:forestgreen;
	}
	
}



@media screen and (max-width: 425px){
    .wrapper .container .form-group {
        font-size: 13px;
        color: forestgreen;
    }
	
}




form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  
}

.page-login .login-area {
     
   	width:100%;
	z-index:999;
}




form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #fff;
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 15px auto 0px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #09358e;
  transition-duration: 0.25s;
  font-weight: 300;

}


form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #fff;
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 15px auto 0px auto;
  display: block;
  font-size: 18px;
  color: darkblue;
  transition-duration: 0.25s;
  font-weight: 300;
  text-align-last:center;
  
}


form select:hover {
  color:darkblue;
  background-color: #fff;
}


form input:hover {
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.4);*/

}
form input:focus {
  background-color: #fff;
  width: 270px;
  color: #09358e;
}

form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: #0e0202;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
}

form button:hover {
  background-color: #222222;
}


.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  /*bottom: 0;*/
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #efefef;
  min-height: 16.53846154px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #efefef;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Full width modal */
.modal-full.modal-dialog {
  width: 99%;
}

@media (max-width: 768px) {
  .modal-full.modal-dialog {
    width: auto;
  }
}







@media screen and (max-width:600px) {

    #footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        background-color: #2b2828;
        padding: 20px 0px 20px 0px;
        height: 90px;
    }
}




@media screen and (min-width:600px) {

    #footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        background-color: #2b2828;
        padding: 20px 0px 20px 0px;
        height: 90px;
    }
}



#footer .iconlist {
    margin: 0 auto;
    text-align: center;
}

    #footer .iconlist li {
        display: inline-block;
        width: 30px;
        padding: 0px 10px 0px 10px;
    }

        #footer .iconlist li img {
            width: 100%;
        }


#footer .copyright {
    color: #fff;
    text-align: center;
    padding-top:-30px;
    font-size:11px;
    font-family: 'montserrat','noto sans kr';
}

