/*
 *
 * login-register modal
 * Autor: Hakjun
 *
 */

/*  Shake animation  */

@charset "UTF-8";
img.fishmarkwhite {
    width: 9%;
    top: -2px;
    position: relative;
}
.create-footer {
    padding-left: 5px;
    padding-right: 5px;
}
p.createid {
    color: white;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0px !important;
    font-size: 19px;
    font-weight: 400;
}
.form {
    width: 100% !important;
    padding: 10px !important;
}

.modal-dialog {
    margin: 75px auto !important;
}
.title {
    text-align: center;
   /* margin-top: 10%;*/
    
    font-size: 30px;
    font-weight: bold;
}

.modal-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 33px;
}

.fishmark {
    width: 12%;
}

hr.style1 {
    border-top: 1px dotted black;
    margin-bottom: 0px;
}


.formicon-text {
    display: inline-block;
    /* margin-top: 33px; */
    /* border: 1px red solid; */
    font-size: 16px;
    vertical-align: top;
    margin-top: 11px !important;
    color: #333333;
    margin-left: -5px;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
}

.form-icon {
    border: 1px solid gray;
    /*background-color: #ffffff;*/
    height: 45px;
    border-radius: 3px;
}

.marginTopBottom-10 {
    margin: 10px 0;
    margin-bottom: 15px;
    height: 46px;
}

ul#horizontal-list {
    list-style: none;
    padding-top: 3px;
    margin: 0 0px;
    display: inline-block;
    padding-left: 0px;
    float: right;
}

ul#horizontal-list li {
    display: inline;
    float: left;
    padding: 0 3px;
}


.animated {
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinges {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.slow {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

.animated.snail {
	-webkit-animation-duration: 4s;
	   -moz-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.login .modal-dialog{
   /* width: 350px;*/
   width:600px;
}
.login .modal-footer{
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;/* 우하단 */
    border-bottom-left-radius: 10px; /* 좌하단 */
}
.modal-content {
    border-radius: 10px;
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
    background-color: #FFFFFF;
/*     padding: 11px 15px; */
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.login .modal-body{
     background-color: #FFFFFF;
}
.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.login .social .circle{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}
.login .social .circle .fa{
    font-size: 16px;
}
.login .social .facebook{
    background-color: #455CA8;
    color: #FFFFFF;
}
.login .social .google{
    background-color: #F74933;
}
.login .social .github{
    background-color: #403A3A;
}
.login .facebook:hover{
    background-color: #6E83CD;
}
.login .google:hover{
    background-color: #FF7566;
}
.login .github:hover{
    background-color: #4D4D4d;;
}
.login .forgot {
    /*color: #797979;*/
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.login .btn-login, .registerBox .btn-register {
    background-color: #0097e600;
    border: 2px solid #1b7d7d;
    color: #427b7b;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
    font-size: 19px;
    height: 46px;
    padding-top: 9px;
}
a.forgot_password {
    margin-left: 30%;
    color: black;
}
.btn-create {
    background-color: #FD7921 !important;
    letter-spacing: 2px;
}
.login .btn-login:hover, .registerBox .btn-register:hover{
    /*background-color: #00A4E4;*/
    /*color: #FFFFFF;*/
}
.creaete-id {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.login .form-control{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}
.login .form-control:hover{
    background-color: rgba(0,0,0,.16);
}
.login .form-control:focus{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0,0,0,0.23);
    color: #FFFFFF;
    line-height: normal !important;
}
.login .box .form input[type="text"], .login .box .form input[type="password"] {
    border-radius: 3px;
    background-color: #b7b7b700;
    border: 1px solid gray !important;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 15px;
    padding: 13px 12px;
    width: 100%;
    line-height: normal !important;
}
.login .box .form input[type="tel"] {
    border-radius: 3px;
    background-color: #b7b7b700;
    border: 1px solid gray !important;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 15px;
    padding: 13px 12px;
    width: 100%;
    line-height: normal !important;
}
.btn-create-rebekah {
    width: 100% !important;
    background-color: #004748;
    color: white;
    padding: 12px;
    font-size: 19px;
    border-radius: 7px;
    border: none;
}
.btn-create-rebekah:hover {
    width: 100%;
    background-color: #004748;
    color: white;
    padding: 12px;
    font-size: 19px;
    border-radius: 7px;
    border: none;
}
@media (max-width:400px){
    .login .modal-dialog{
        width: 100%;
    }
}

.big-login, .big-register{
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.big-login:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.big-register{
    background-color: rgba(0,0,0,.0);
    color: #00bbff;
    border-color: #00bbff;
}
.big-register:hover{
    border-color: #00A4E4;
    color:  #00A4E4;
}

.popup .modal-dialog {
    width: 350px;
}


.modal-dialog {
    width: 600px !important;
}