/**
 * Created by Muhammed Erdem on 10.10.2017.
 */

@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700&subset=latin-ext');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.wrapper {
    width: 1%;
    /*height: 100vh;*/
    /*background-image: linear-gradient(90deg, #a49fed 0%, #095079 35%, #00d4ff 100%);*/
    /*background: #ededed;*/
    display: table-cell;
    vertical-align: middle;
    font-family: 'Dosis', sans-serif;
    padding-top:40px;
    padding-bottom:40px;
}
.text-danger {
  color: #b94a48;
}

.sign-panels {
    /*width: 650px;*/
    background: #fdf4e0;
    /*padding: 40px 80px;*/
    margin: 40px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sign-panels1 {
    /*width: 650px;*/
    /*background: #fff;*/
    /*padding: 40px 80px;*/
    margin: 60px 60px;
    text-align: center;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.login,.signup {
    position: relative;
    padding:30px;
}


.title {
    color: #5a5858;
}

.title span {
    display: block;
    font-size: 45px;
    font-weight: bold;
}

    .title p {
        font-size: 18px;
        padding-top: 20px;
        font-weight: 500;
        color: #241c1c;
        text-align: left;
    }

.btn-face,.btn-twitter {
    color: #fff;
    display: inline-block;
    width: 200px;
    font-size: 20px;
    height: 50px;
    border-radius: 50px;
    text-decoration: none;
    padding: 11px 0;
    font-weight: 500;
}

.btn-face .fa,.btn-twitter .fa {
    margin-right: 5px;
}

.btn-face {
    background: #5397d7;
    margin-right: 25px;
}

.btn-twitter {
    background: #40b9e0;
}

.or {
    /*margin: 10px 0;*/
    height:30px;
    font-weight: 600;
    color: #9f9f9f;
}
.or1 {
    /*margin: 35px 0;*/
    font-weight: 600;
    color: #9f9f9f;
    background-color: #ecd488;
}
.or:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cecece;
    /*position: absolute;*/
    margin-top: -10px;
    z-index: 0;
}

.or span {
    display: block;
    background: #fff;
    width: 40px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.sign-panels input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #ededed;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #241c1c;
    font-weight: 500;
}

.sign-panels input[type="text"]:hover {
    border-color: #007bff; /* Change border color on hover */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.sign-panels input[type="password"] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #ededed;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}

.sign-panels input[type="password"]:hover {
    border-color: #007bff; /* Change border color on hover */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


.sign-panels input:focus {
    outline:none;
}

.sign-panels input[type="checkbox"] {
    display: none;
}

.sign-panels input[type="checkbox"] + label {
    display: block;
    width: 50%;
    text-align: left;
    padding-left: 60px;
    cursor: pointer;
    color: #828282;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    height: 50px;
    padding-top: 15px;
}


.sign-panels input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #dbdbdb;
    position: absolute;
    left: 30px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 5px #ededed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sign-panels input[type="checkbox"]:checked + label:before {
    background: #FF5722;
    box-shadow: 0 0 0 5px #FF5722;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-signin {
    display: inline-block;
    width: 50%;
    margin-top: 5px;
    height: 40px;
    background: #b04938;
    border-radius: 20px;
    padding: 1px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.btn-signin:hover {
    border-color: #007bff; /* Change border color on hover */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-reset,.btn-member,.btn-fade {
    font-size: 19px;
    font-weight: 500;
    color: #9f9f9f;
    display: block;
    /*width: 210px;*/
    margin: 30px auto 0;
    text-decoration: none;

}
.btn-member {
    margin-top: 15px;
}

.btn-reset .fa,.btn-member .fa {
    margin-left: 6px;
}

.notification p {
    font-size: 20px;
    font-weight: 600;
    color: #9f9f9f;
}

.notification span {
    color: #ec581e;
}

.error {
    display: block;
    color: #ec581e;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .sign-panels {
        width: 90%;
        padding: 40px;
    }
}

@media screen and (max-width: 570px) {
    .sign-panels {
        padding: 40px 20px;
    }

    .btn-face, .btn-twitter {
        width: 100%;
    }
    .btn-face {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .sign-panels input[type="checkbox"] + label {
        width: 100%;
    }

    .btn-signin {
        width: 80%;
    }

    .title span {
        font-size: 36px;
    }

}