﻿font-face {
    /*font-family: 'Roboto';
    src: url(lib/font-awesome/webfonts/roboto.woff2')) format('woff2');*/
}

.body {
    /*display: flex;*/
    /* justify-content: center;*/
    /*background-attachment: fixed;*/
    /* background-size: contain;
    align-items: center;*/
    background-image: url('../../img/Subtract.png');
    /* position: relative;*/
    background-repeat: no-repeat;
    background-position: top;
    /*justify-content: center;*/
    background-size: auto;
}
/*@media (min-width: 425px) and (max-width: 767px) {
    .body {
        background-size: auto;
        background-position: center center;
    }
}


@media (min-width: 375px) and (max-width: 424px) {
    .body {
        background-size: auto;
        background-position: center center;
    }
}

@media (max-width: 374px) {
    .body {
        background-size: auto;
        background-position: top;
    }
}
@media (min-width: 1024px) {
    .body {
        background-size: auto;
        background-position: top;
    }
}
*/
/*.part {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: 2px;
}*/

/*.heading {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 23.44px;
    margin-top: 9px
}*/

/*img {
    width: 170.46px;
    height: 80px;
    margin-top: -50px;
    margin-left: 153px;
}*/

/*.box {
    margin-top: 12%;
    margin-left: 30%;
}*/
form {
    display: flex;
    flex-direction: column;
}

/*.input-box {
    margin-bottom: 20px;
    color:white;
}*/

.form-label {
    color: rgba(103, 118, 140, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    margin-top: 15px;
}

.form-control {
    height: 40px;
    border-radius: 5px;
    background-color:white;
}

/*.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
    height: 432px;
    width: 479px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/
.card {
    border-radius: 2%;
}
@media (min-width: 676px) and (max-width: 2560px) {
       .card{
        margin-top:7%;
    }
}

@media (min-width: 535px) and (max-width: 1440px) {
        .card{
        margin-top:10%;
    }
}

.card-header {
    background-color: white;
}

.form-check-label {
    font-size: 15px;
    color: green;
    font-weight: 500;
    cursor: pointer;
}

/*.register {
    margin-left: 83px;
    font-size: 14px;
    margin-top: -6px;
}*/

.eye {
    position: absolute;
    top: 235px;
    left: 85%;
    cursor: pointer;
    width: 19px;
}
@media (min-width: 320px) and (max-width: 425px) {
        .eye {
        position: absolute;
        top: 240px;
        left: 270px;
    }
}

.no-underline {
    text-decoration: none;
}

.form-check-label.no-underline:hover {
    color: green;
}

.color {
    color: green;
}

.button {
    margin-top: 12%;
}
.card-body .form-group label .form-control
{
    background-color:red;
}
#password {
    border: 2px solid #ccc;
    padding: 5px;
}