﻿body {
    background-image: url(/Content/image/bg.jpg);
    background-size: cover;
}
.main-content {
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    margin: 5em auto;
    display: flex;
}

.company__info {
    background-color: #ffd6d6;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.fa-android {
    font-size: 3em;
}

@media screen and (max-width: 640px) {
    /*.main-content {
        width: 90%;
    }*/

    .company__info {
        display: none;
    }

    .login_form {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

/*@media screen and (min-width: 642px) and (max-width:800px) {
    .main-content {
        width: 70%;
    }
}*/

.row > h2 {
    color: #008080;
}

.login_form {
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


form {
    padding: 0 2em;
}

.form__input {
    width: 90%;
    border: 1px solid #c25d54;
    border-radius: 30px;
    padding: 1em 0.5em 0.5em;
    padding-left: 2em;
    outline: none;
    margin: 10px;
    transition: all .5s ease;
}

    /*form__input:focus {
        border-bottom-color: #008080;
        box-shadow: 0 0 5px rgba(0,80,80,.4);
        border-radius: 4px;
    }*/

.btn {
    transition: all .5s ease;
    width: 70%;
    border-radius: 30px;
    font-weight: 600;
    background-color: #fff;
    margin-top: 1.5em;
    margin-bottom: 1em;
    background-color: #c25d54;
    color: #fff;
}

    .btn:hover, .btn:focus {
        color: #c25d54;
        border: 1px solid #c25d54;
    }


@media only screen and (max-width: 970px) {
    .main-content {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .main-content {
        width: 100%;
    }


}
@media only screen and (max-width: 200px) {
    .main-content {
        width: 100%;
    }
}
