﻿html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.reset-block-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reset-block-inner {
    height: 250px;
    width: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 1px solid #D9DEE4;
    background: #fff;
}
.reset-block-password {
    height: 250px;
    width: 400px;
    position: absolute;
    top: 170px;
    right: 70px;
    background: #fff;
    margin-right: 0;
}
.reset-block-header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D9DEE4 !important;
    font-size: 18px;
    padding: 10px 20px;
    color: black;
    background: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}

.reset-password-main-block {
    text-align: center;
    color: black;
    font-size: 14px;
    /*font-weight: bold;*/
    margin: 15px 0 25px;
}

.reset-password-row {
    text-align: center;
    margin-bottom: 10px;
}

    .reset-password-row input[type="password"] {
        width: 70%;
        height: 35px;
        background-color: white !important;
        border: 1px solid gray;
        color: black;
        border-radius: 4px;
        font-size: 13px;
    }

    .reset-password-row input[type="button"] {
        width: 70%;
        background: #4fc243;
        color: #fff;
        height: 35px;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
